does commiting make a difference?

This commit is contained in:
Till 2023-05-10 23:35:26 +02:00
parent 6d3c3fb304
commit 4768034eb8
4 changed files with 122 additions and 27 deletions

View file

@ -24,29 +24,16 @@
"wheel"
"networkmanager"
];
packages = with pkgs; [
firefox
tmux
fzf
qutebrowser
neomutt
khal
khard
rstudio
R
ruby
nodejs
vdirsyncer
];
packages = with pkgs; [];
};
environment.systemPackages = with pkgs; [
neovim
wget
pipewire
git
foot
wofi
pipewire
];
fonts.fonts = with pkgs; [
@ -59,10 +46,6 @@
printing.enable = true;
};
programs.sway.enable = true;
programs.fish.enable = true;
system.copySystemConfiguration = true;
system.stateVersion = "22.11";
}