mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-27 14:10:45 -06:00
Compare commits
2 commits
3ab1df77c6
...
e3e37a87ac
Author | SHA1 | Date | |
---|---|---|---|
e3e37a87ac | |||
1754c2cb69 |
2 changed files with 10 additions and 7 deletions
|
@ -42,10 +42,10 @@ in {
|
|||
|
||||
networking.hostName = "othalan";
|
||||
time.timeZone = "US/Central";
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.loader = {
|
||||
systemd-boot ={ enable = true; consoleMode = "max";};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
# don't delete this you foo bar
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
|
|
@ -20,11 +20,9 @@ in
|
|||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
swayidle
|
||||
wlr-randr
|
||||
kanshi
|
||||
|
||||
lock
|
||||
brightnessctl
|
||||
udiskie
|
||||
eww
|
||||
|
@ -35,12 +33,17 @@ in
|
|||
|
||||
# utils
|
||||
grimblast
|
||||
ksnip
|
||||
wl-clipboard
|
||||
rofi-wayland
|
||||
pavucontrol
|
||||
|
||||
catppuccin-cursors.mochaDark
|
||||
hyprpaper
|
||||
|
||||
#hypr ecosystem
|
||||
hyprlock
|
||||
hypridle
|
||||
|
||||
swww
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue