various changes
This commit is contained in:
parent
50a59333e6
commit
6a2f63e71e
24 changed files with 90 additions and 279 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = ( import ../modules/programs );
|
||||
programs.home-manager.enable = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
|
|
@ -24,7 +23,7 @@
|
|||
spleen
|
||||
];
|
||||
};
|
||||
|
||||
imports = ( import ../modules/programs );
|
||||
xdg.enable = true;
|
||||
fonts.fontconfig.enable = true;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
inherit (inputs.nvim.packages.${final.system}) iofqvim;
|
||||
inherit (inputs.nvim.packages.${final.system}) full;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
modules = [
|
||||
./t14/home.nix
|
||||
./common.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
imports = [
|
||||
../../modules/wayland
|
||||
../../modules/librewolf
|
||||
../common.nix
|
||||
];
|
||||
home = {
|
||||
username = "e";
|
||||
|
|
@ -13,7 +12,7 @@
|
|||
signal-desktop
|
||||
runelite
|
||||
framesh
|
||||
iofqvim
|
||||
prismlauncher
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue