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 fzf
tree tree
nix-output-monitor firefox
brave brave
gparted gparted
arandr arandr

View File

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

View File

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