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