wow
This commit is contained in:
parent
f0dded8e33
commit
d9c94fbc97
4 changed files with 58 additions and 68 deletions
|
|
@ -43,6 +43,10 @@ nixpkgs.lib.nixosSystem {
|
|||
|
||||
security.sudo.enable = false;
|
||||
|
||||
users.users.nixos = {
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
environment.etc.flake.source = "${inputs.self}";
|
||||
})
|
||||
];
|
||||
|
|
|
|||
|
|
@ -32,10 +32,6 @@
|
|||
firewall.enable = false;
|
||||
};
|
||||
|
||||
networking.networkmanager.plugins = [
|
||||
pkgs.networkmanager-ssh
|
||||
];
|
||||
|
||||
services.printing.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
services.asusd.enable = true;
|
||||
|
|
|
|||
|
|
@ -20,17 +20,6 @@
|
|||
|
||||
xdg.configFile."fontconfig/conf.d/10-hm-fonts.conf".force = true;
|
||||
|
||||
programs.vicinae = {
|
||||
enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
environment = {
|
||||
USE_LAYER_SHELL = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
"${inputs.self}/modules/home/devtool/git.nix"
|
||||
"${inputs.self}/modules/home/devtool/neovim.nix"
|
||||
|
|
@ -41,6 +30,7 @@
|
|||
"${inputs.self}/modules/home/devtool/vscode.nix"
|
||||
"${inputs.self}/modules/home/devtool/ciscopackettracer.nix"
|
||||
"${inputs.self}/modules/home/ssh.nix"
|
||||
"${inputs.self}/modules/home/vicinae.nix"
|
||||
|
||||
./config/shell.nix
|
||||
./config/plasma.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue