alias for per device home-manager swithing
This commit is contained in:
parent
9e1438f949
commit
cf9b2896e0
@ -5,6 +5,10 @@
|
||||
gnome-console
|
||||
];
|
||||
|
||||
config.programs.bash.shellAliases = {
|
||||
hms = "home-manager switch --flake $HOME/.config/home-manager#laptop";
|
||||
};
|
||||
|
||||
# Changes specific to the laptop
|
||||
config.dconf.settings = {
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
|
4
pc.nix
4
pc.nix
@ -9,6 +9,10 @@
|
||||
osu-lazer
|
||||
];
|
||||
|
||||
config.programs.bash.shellAliases = {
|
||||
hms = "home-manager switch --flake $HOME/.config/home-manager#pc";
|
||||
};
|
||||
|
||||
config.dconf.settings = {
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
sleep-inactive-ac-type = "nothing"; # Automatic suspend/hibernation creates a suspend/hibernation loop
|
||||
|
Loading…
Reference in New Issue
Block a user