Compare commits

..

No commits in common. "c4137077c3fbeb3f21eaa70f33789914c5fc8432" and "b314304f777cdead9b3f784f4eea08cfcb69d0d1" have entirely different histories.

4 changed files with 8 additions and 35 deletions

View file

@ -98,8 +98,6 @@
programs.fish.enable = true; programs.fish.enable = true;
programs.hyprland.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.valberg = { users.users.valberg = {
isNormalUser = true; isNormalUser = true;
@ -133,7 +131,7 @@
rustc rustc
cargo cargo
gcc gcc
rust-jemalloc-sys rust-jemalloc-sys-unprefixed
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712212014, "lastModified": 1709731606,
"narHash": "sha256-s+lbaf3nLRn1++/X2eXwY9mYCA/m9l8AvyG8beeOaXE=", "narHash": "sha256-VS17VGD5s4ijFh5mEzpWWgTPujaCvHxuG5L5FyMG3L0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7e91f2a0ba4b62b88591279d54f741a13e36245b", "rev": "8d9fde0fba21425729905f795fe72c2840a20442",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712122226, "lastModified": 1709479366,
"narHash": "sha256-pmgwKs8Thu1WETMqCrWUm0CkN1nmCKX3b51+EXsAZyY=", "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "08b9151ed40350725eb40b1fe96b0b86304a654b", "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,24 +1,3 @@
{pkgs, ...}:
{ {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland.enable = true;
enable = true;
systemd.enable = true;
package = pkgs.hyprland;
settings = {
"$terminal" = "foot";
"$mod" = "SUPER";
monitor=",preferred,auto,1.5";
input = {
touchpad = {
natural_scroll = true;
};
};
bind = [
"$mod, Q, exec, $terminal"
"$mod, F, exec, firefox"
];
};
};
} }

View file

@ -53,7 +53,6 @@
# Backup # Backup
deja-dup deja-dup
synology-drive-client
# Note taking # Note taking
obsidian obsidian
@ -97,9 +96,6 @@
clock24 = true; clock24 = true;
keyMode = "vi"; keyMode = "vi";
prefix = "C-a"; prefix = "C-a";
customPaneNavigationAndResize = true;
extraConfig = ''
'';
}; };
programs.fzf = { programs.fzf = {