Compare commits

..

18 Commits

Author SHA1 Message Date
c0473fd0d9
mopidy: add scrobbler plugin 2024-03-06 02:52:23 -05:00
49c89cc1ab
pin Hyprland version
fixes weird cursor position bug (i do not know the cause and i'm too
lazy to bug report rn i might bisect it tomorrow)
2024-03-06 02:42:45 -05:00
2f82569431
slab: no i don't want lightdm 2024-03-06 02:13:16 -05:00
329a1e75a5
Hyprland: display manager mkDefault 2024-03-06 02:06:26 -05:00
54c4b32c89
slab: fix option name 2024-03-06 02:03:01 -05:00
f52ce32538
slab: plasma specialisation 2024-03-06 02:00:29 -05:00
f831f791b4
slab: disable display manager 2024-03-06 01:59:59 -05:00
c66d58ae8f Switch WSL to unstable 2024-03-05 07:01:58 +00:00
7f216979ff Fix locale settings 2024-03-05 06:43:17 +00:00
85b60842d4
move option from home to system 2024-03-04 21:58:12 -05:00
ff5bd34efd
Add home-manager options arg to an option
good for repl stuff
2024-03-04 21:13:29 -05:00
373d32f5c9
nullbox: auto_cache /ntfs 2024-03-04 21:11:16 -05:00
3aece4f65b
wm: Enable XDG MIME and set some defaults 2024-03-04 21:09:08 -05:00
513e741704
hyprland: re-enable idle dpms 2024-03-04 02:01:16 -05:00
ec25272dd4
system: add nvd 2024-03-04 01:58:59 -05:00
251bb5df50 home: add alias 2024-03-03 02:25:24 +00:00
44dbc34bb7 Update flake.lock 2024-03-03 02:25:18 +00:00
2a0cef9908 flake: add wsl host 2024-03-03 02:24:59 +00:00
2 changed files with 1 additions and 8 deletions

View File

@ -1,9 +1,6 @@
{ pkgs, lib, config, osConfig ? {}, ... }: { pkgs, lib, config, osConfig ? {}, ... }:
{ {
config = { config = {
nixfiles = { nixfiles.profile.base.enable = true;
profile.base.enable = true;
packageSets.dev.enable = true;
};
}; };
} }

View File

@ -33,9 +33,6 @@ in
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# this allows non-NixOS binaries to run on NixOS.
programs.nix-ld.enable = true;
# networking.hostName = "nixos"; # Define your hostname. # networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -58,7 +55,6 @@ in
file file
tree tree
moreutils moreutils
bsdtar
fd fd
ripgrep ripgrep