sprite needs love too: mirror nixos home
This commit is contained in:
parent
6244f06b92
commit
b3dbcde44d
1 changed files with 0 additions and 19 deletions
|
@ -15,14 +15,6 @@
|
|||
|
||||
xsession.numlock.enable = true;
|
||||
|
||||
services.dunst.enable = true;
|
||||
services.unclutter.enable = true;
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.google-chrome;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
|
@ -31,10 +23,6 @@
|
|||
(writeShellScriptBin "rebuild" ''
|
||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||
'')
|
||||
|
||||
feh
|
||||
imagemagick
|
||||
brave
|
||||
];
|
||||
|
||||
home.file = { };
|
||||
|
@ -45,13 +33,6 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# package = pkgs.hyprland;
|
||||
# xwayland.enable = true;
|
||||
# systemd.enable = true;
|
||||
# };
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
|
|
Loading…
Reference in a new issue