Compare commits

..

No commits in common. "f85c28c4cea355ec19b8a97dd7a5a25a40d3f92d" and "a5760ca51111464ffbd64f99478d3e17f66dca02" have entirely different histories.

3 changed files with 2 additions and 14 deletions

View File

@ -108,8 +108,7 @@
fzf
tree
nix-output-monitor
firefox
brave
gparted
arandr

View File

@ -16,16 +16,10 @@
services.dunst.enable = true;
services.unclutter.enable = true;
home.packages = with pkgs; [
home.packages = [
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
(writeShellScriptBin "rebuild" ''
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
'')
feh
];
home.file = { };

View File

@ -18,11 +18,6 @@ in
});
};
services.picom = {
enable = true;
fade = false;
};
environment.systemPackages = with pkgs; [
dmenu
];