Compare commits

..

3 commits

Author SHA1 Message Date
joygnu 4ec81a0d62 no more vim 2024-07-18 14:45:17 +02:00
joygnu d68cbeee10 mhm 2024-07-18 01:16:50 +02:00
joygnu 2f8a931cec mhm 2024-07-17 23:52:19 +02:00
8 changed files with 11 additions and 13 deletions

View file

@ -6,9 +6,6 @@
ags.url = "github:Aylur/ags";
stylix.url = "github:danth/stylix";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";

View file

@ -3,18 +3,17 @@
{
imports = [
./rofi
./firefox
./alacritty
./hyprland
./zsh
./gtk
./git
./ags
./helix
./misc
./rofi
./helix
./firefox
./alacritty
./hyprland
inputs.ags.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
];
}

View file

@ -38,6 +38,7 @@
{ name = "Zophar's Domain"; url = "https://www.zophar.net/music"; }
{ name = "Spotify Downloader"; url = "https://spotify-downloader.com/"; }
{ name = "Hyprland"; url = "https://wiki.hyprland.org/"; }
{ name = "monkeytype"; url = "https://monkeytype.com/"; }
];
}];

View file

@ -8,7 +8,7 @@
keys.normal = {
space.space = "file_picker";
Z.Z = ":wq";
Z.Q = ":q";
Z.Q = ":q!";
};
};
};

View file

@ -52,7 +52,7 @@
"$mod, M, exec, mbsync -a && alacritty -e neomutt"
"$mod, A, exec, rofi -show drun"
"$mod, F, exec, freetube"
"$mod, C, exec, hyprpickr -a"
"$mod, C, exec, hyprpicker -a"
"$mod+Shift, W, exec, bash ~/nix/home/hyprland/vm.sh"
"$mod+Shift, Z, exec, grim - | swappy -f -"
"$mod, Z, exec, sh ~/nix/home/hyprland/screen.sh"

View file

@ -7,7 +7,6 @@
homeDirectory = "/home/joy";
stateVersion = "23.11";
sessionVariables = {
# EDITOR = "nvim";
};
};

View file

@ -29,7 +29,8 @@
em = "hx ~/nix/modules/misc/default.nix";
es = "hx ~/nix/modules/stylix/default.nix";
ep = "hx ~/nix/modules/packages/default.nix";
ev = "hx ~/nix/home/neovim/default.nix";
ex = "hx ~/nix/home/helix/default.nix";
efox = "hx ~/nix/home/firefox/default.nix";
};
history.size = 1000000;

View file

@ -19,6 +19,7 @@
nixpkgs.config.allowUnfree = true;
programs.steam.enable = true;
programs.hyprland.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
users.defaultUserShell = pkgs.zsh;
programs.zsh.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes"];