Refactor group management
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -58,10 +58,6 @@
|
||||
}];
|
||||
};
|
||||
|
||||
theme = {
|
||||
cursor.size = 24;
|
||||
};
|
||||
|
||||
programs.zsh.loginExtra = lib.mkBefore ''
|
||||
AMD=/dev/dri/by-path/pci-0000:06:00.0-card
|
||||
NVIDIA=/dev/dri/by-path/pci-0000:01:00.0-card
|
||||
@@ -74,6 +70,10 @@
|
||||
|
||||
ln -sf $CARD $HOME/.config/hypr/card
|
||||
'';
|
||||
|
||||
theme = {
|
||||
cursor.size = 24;
|
||||
};
|
||||
}];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
Reference in New Issue
Block a user