Skip to content

Commit

Permalink
feat: set keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Sep 27, 2024
1 parent 3c6838c commit a24c3bf
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions home/config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ device {

# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
$terminal = kitty
$browser = firefox
$fileManager = nautilus
$menu = rofi -show drun

# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, $terminal
Expand Down
2 changes: 1 addition & 1 deletion home/config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
color: rgb(245, 224, 220);
}
#network {
color: rgb(233, 229, 171);
color: rgb(198, 160, 246);
}
#bluetooth {
color: rgb(0, 130, 252);
Expand Down
1 change: 1 addition & 0 deletions home/user/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"spotify"
"steam"
"google-chrome"
"packer"
];
}
2 changes: 2 additions & 0 deletions home/user/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
kubectl
kubectx
helm
talosctl
k9s
packer
pulumi
postgresql
sqlite
Expand Down
4 changes: 2 additions & 2 deletions home/user/programs/kitty.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ...}:
{ pkgs, ... }:
{
programs.kitty = {
enable = true;
font.name = "JetBrainsMono Nerd Font";
};
}
}
2 changes: 2 additions & 0 deletions system/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
./hardware-configuration.nix
./disko.nix
../../modules
../../modules/game.nix
../../modules/nvidia.nix
];
}
2 changes: 1 addition & 1 deletion system/modules/boot.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, lib, ... }:
{
environment.systemPackages = [ pkgs.sbctl ];
environment.systemPackages = [ pkgs.sbctl pkgs.netbootxyz-efi ];

boot = {
loader = {
Expand Down
2 changes: 0 additions & 2 deletions system/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
./ca-certificates.nix
./dns.nix
./file.nix
./game.nix
./gpg.nix
./internationalization.nix
./logind.nix
./network.nix
./nixsettings.nix
./video.nix
./printer.nix
./security.nix
./ssh.nix
Expand Down
File renamed without changes.

0 comments on commit a24c3bf

Please sign in to comment.