mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-15 03:40:20 +01:00
switch param to userparam
This commit is contained in:
parent
65749a4d89
commit
aaddb8cda1
2 changed files with 5 additions and 5 deletions
|
|
@ -15,6 +15,11 @@ in
|
|||
sway
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
XDG_CURRENT_DESKTOP = "sway";
|
||||
};
|
||||
|
||||
programs = {
|
||||
mako = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -38,11 +38,6 @@
|
|||
fwupd.enable = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
XDG_CURRENT_DESKTOP = "sway";
|
||||
};
|
||||
|
||||
fonts.enableDefaultFonts = true;
|
||||
fonts.fonts = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue