Compare commits

..

1 commit

Author SHA1 Message Date
github-actions[bot]
0083673389 Chore: update flake.lock 2025-01-05 00:34:54 +00:00
5 changed files with 13 additions and 71 deletions

View file

@ -66,11 +66,11 @@
"nuscht-search": "nuscht-search" "nuscht-search": "nuscht-search"
}, },
"locked": { "locked": {
"lastModified": 1736057558, "lastModified": 1736033375,
"narHash": "sha256-qEAlxO+z2cNiGPeaB8XD3ps8VqbjRoOIge2DHwIAt+0=", "narHash": "sha256-CeTokGIJpTd8kfaqLy3ururMe4N+LZpF62ofXAh0KtU=",
"owner": "catppuccin", "owner": "catppuccin",
"repo": "nix", "repo": "nix",
"rev": "c2818cb875dce80af45599f0c94a4d2646d0114e", "rev": "89bbaf1987e8e0e2c891463ebb5be3a6cbd781a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1191,11 +1191,11 @@
"treefmt-nix": "treefmt-nix_2" "treefmt-nix": "treefmt-nix_2"
}, },
"locked": { "locked": {
"lastModified": 1736062223, "lastModified": 1736027142,
"narHash": "sha256-E2pP/HI/adDIzDhYR25xlTQpvMnssZPhozHbTg66H/E=", "narHash": "sha256-AZ5YNuV9w8SSxCM2KYnvcqntxPKED53oMjDotEj5jyU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "c069281f9ef15582d5c1c59995e9d6cf2c0ed1b6", "rev": "782119f4b55be55f6578f8387c1b9a8017719997",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1275,26 +1275,6 @@
"type": "github" "type": "github"
} }
}, },
"quickshell": {
"inputs": {
"nixpkgs": [
"nixpkgs-smol"
]
},
"locked": {
"lastModified": 1735994283,
"narHash": "sha256-6WoauttwnePkkRA84v5f+6J2iR/lrrLA7mmzh6kX7+0=",
"ref": "refs/heads/master",
"rev": "fca058e66cfc01d0a45805701234961a16573646",
"revCount": 450,
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}
},
"root": { "root": {
"inputs": { "inputs": {
"ags": "ags", "ags": "ags",
@ -1308,7 +1288,6 @@
"nixpkgs": "nixpkgs_5", "nixpkgs": "nixpkgs_5",
"nixpkgs-smol": "nixpkgs-smol", "nixpkgs-smol": "nixpkgs-smol",
"nur": "nur", "nur": "nur",
"quickshell": "quickshell",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"spicetify-nix": "spicetify-nix", "spicetify-nix": "spicetify-nix",
"wezterm": "wezterm", "wezterm": "wezterm",
@ -1364,11 +1343,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736050526, "lastModified": 1735964101,
"narHash": "sha256-wscvKDsyIES59ltENnOw7Hz8WKU8hg5m7dYbcJN2u6A=", "narHash": "sha256-FUKeipaDxAFf+0jun6CKk37g7UALIeisSz6L19KL+WM=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "78c9ace8b9e1d7b64b4d797a066047c2332d24f6", "rev": "5b2bbc7a627ea983cef34f4a8ec81cd597529943",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1615,11 +1594,11 @@
"nixpkgs": "nixpkgs_8" "nixpkgs": "nixpkgs_8"
}, },
"locked": { "locked": {
"lastModified": 1736045622, "lastModified": 1735971783,
"narHash": "sha256-+cIdUGhrVEpn2+ImWDVoA9c4jwsWDQnTQh2eUUdhf3M=", "narHash": "sha256-JhV87lwIdK9S/o7CnVtomkyrilz+DEldIBEgBkVD7ag=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "489f8476303231d437ff7676605733d5acbff236", "rev": "655b385dfefa016699e1e6baf22027b40205976e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,11 +36,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs-smol";
};
ags = { ags = {
url = "github:Aylur/ags/v1"; url = "github:Aylur/ags/v1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -92,6 +92,7 @@
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
}; };
hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
users.users = { users.users = {

View file

@ -3,7 +3,6 @@
./cli/default.nix ./cli/default.nix
./hypr/default.nix ./hypr/default.nix
./ags/default.nix ./ags/default.nix
./quickshell/default.nix
./spotify/default.nix ./spotify/default.nix
]; ];
} }

View file

@ -1,32 +0,0 @@
{
pkgs,
inputs,
...
}: {
home = {
packages = with pkgs; [
(inputs.quickshell.packages.${pkgs.system}.default.override
{
withJemalloc = true;
withQtSvg = true;
withWayland = true;
withX11 = false;
withPipewire = true;
withPam = true;
withHyprland = true;
withI3 = false;
})
swww
fd
wl-clipboard
cliphist
brightnessctl
slurp
pwvucontrol
libnotify
kdePackages.full
kdePackages.qtdeclarative
];
};
}