Compare commits
No commits in common. "8c6e6f6f2eac76f860071959075ecf52097d639e" and "f2fe419c194399cccb029a7c3680ba8390e07534" have entirely different histories.
8c6e6f6f2e
...
f2fe419c19
3 changed files with 3 additions and 14 deletions
|
@ -11,12 +11,11 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
./roles/admin.nix
|
./roles/admin.nix
|
||||||
|
./roles/dev.nix
|
||||||
./roles/base.nix
|
./roles/base.nix
|
||||||
./roles/desktop.nix
|
./roles/desktop.nix
|
||||||
./roles/dev.nix
|
|
||||||
./roles/mail.nix
|
|
||||||
./roles/vpn.nix
|
|
||||||
./roles/wireless.nix
|
./roles/wireless.nix
|
||||||
|
./roles/vpn.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
|
|
@ -64,10 +64,9 @@ in {
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
inkscape
|
|
||||||
libsecret
|
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
|
inkscape
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
unstable.keepassxc
|
unstable.keepassxc
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
astroid
|
|
||||||
isync
|
|
||||||
notmuch
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue