update
This commit is contained in:
@@ -13,11 +13,19 @@
|
||||
url = "github:AceSLS/SLSsteam";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
xremap-flake.url = "github:xremap/nix-flake";
|
||||
discord-music-presence.url = "git+https://tangled.org/xaiya.dev/nix-pkgs";
|
||||
discord-music-presence.url = "git+https://git.pizzasucht.net/KeksNino/discord-music-presence-flake.git";
|
||||
yazi.url = "github:sxyazi/yazi";
|
||||
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
|
||||
gsr-ui = {
|
||||
url = "github:rPlakama/gsr-ui-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -32,6 +40,8 @@
|
||||
yazi,
|
||||
millennium,
|
||||
dms,
|
||||
noctalia,
|
||||
gsr-ui,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -48,23 +58,35 @@
|
||||
./hardware-configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
xremap-flake.nixosModules.default
|
||||
gsr-ui.nixosModules.default
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
yazi.overlays.default
|
||||
millennium.overlays.default
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
discord-music-presence.packages.${system}.discord-music-presence
|
||||
zen-browser.packages.${system}.default
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users.user = import ./home-manager/home.nix;
|
||||
|
||||
home-manager.extraSpecialArgs = {
|
||||
dms = dms;
|
||||
inherit dms noctalia;
|
||||
};
|
||||
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
programs.gpu-screen-recorder = {
|
||||
package = gsr-ui.packages.${system}.gpu-screen-recorder;
|
||||
enable = true;
|
||||
ui.enable = true;
|
||||
};
|
||||
|
||||
# xremap
|
||||
services.xremap.enable = true;
|
||||
services.xremap.withHypr = true;
|
||||
@@ -96,12 +118,6 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
({
|
||||
environment.systemPackages = [
|
||||
discord-music-presence.packages.${system}.discord-music-presence
|
||||
zen-browser.packages.${system}.default
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user