mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
did a lot of things with hyprland and neovim
This commit is contained in:
@@ -11,14 +11,16 @@
|
||||
../../modules/nixos/battery.nix
|
||||
];
|
||||
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users = {
|
||||
tomasr = ./home.nix;
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users = {
|
||||
tomasr = ./home.nix;
|
||||
};
|
||||
#extraSpecialArgs = { inherit inputs; };
|
||||
};
|
||||
|
||||
|
||||
environment.pathsToLink = [
|
||||
"/share/applications"
|
||||
"/share/xdg-desktop-portal"
|
||||
@@ -175,6 +177,7 @@ cmatrix
|
||||
tomato-c # pomodoro timer
|
||||
pavucontrol # PulseAudio Volume Control
|
||||
hyprshot
|
||||
hyprcursor
|
||||
];
|
||||
|
||||
# fonts
|
||||
|
||||
Reference in New Issue
Block a user