287 current 2025-01-25 01:06:53 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
# inputs.emacs-overlay.overlay -- breaks doom on 30.??
|
# inputs.emacs-overlay.overlay -- breaks doom on 30.??
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [xrandr procps polybar-pulseaudio-control bluez zotero];
|
home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd polybar-pulseaudio-control bluez zotero];
|
||||||
};
|
};
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
# extraSpecialArgs = {inherit inputs;};
|
# extraSpecialArgs = {inherit inputs;};
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
|
|
||||||
home.stateVersion = "24.11"; # Please read the comment before changing.
|
home.stateVersion = "24.11"; # Please read the comment before changing.
|
||||||
|
|
||||||
home.packages = [
|
# home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd polybar-pulseaudio-control bluez];
|
||||||
|
|
||||||
|
# home.packages = [
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
# pkgs.hello
|
# pkgs.hello
|
||||||
@@ -38,7 +40,7 @@
|
|||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
|
|||||||
Reference in New Issue
Block a user