Compare commits
No commits in common. "c4137077c3fbeb3f21eaa70f33789914c5fc8432" and "b314304f777cdead9b3f784f4eea08cfcb69d0d1" have entirely different histories.
c4137077c3
...
b314304f77
|
@ -98,8 +98,6 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.valberg = {
|
||||
isNormalUser = true;
|
||||
|
@ -133,7 +131,7 @@
|
|||
rustc
|
||||
cargo
|
||||
gcc
|
||||
rust-jemalloc-sys
|
||||
rust-jemalloc-sys-unprefixed
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
12
flake.lock
12
flake.lock
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712212014,
|
||||
"narHash": "sha256-s+lbaf3nLRn1++/X2eXwY9mYCA/m9l8AvyG8beeOaXE=",
|
||||
"lastModified": 1709731606,
|
||||
"narHash": "sha256-VS17VGD5s4ijFh5mEzpWWgTPujaCvHxuG5L5FyMG3L0=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "7e91f2a0ba4b62b88591279d54f741a13e36245b",
|
||||
"rev": "8d9fde0fba21425729905f795fe72c2840a20442",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1712122226,
|
||||
"narHash": "sha256-pmgwKs8Thu1WETMqCrWUm0CkN1nmCKX3b51+EXsAZyY=",
|
||||
"lastModified": 1709479366,
|
||||
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "08b9151ed40350725eb40b1fe96b0b86304a654b",
|
||||
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,24 +1,3 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
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"
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
}
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
|
||||
# Backup
|
||||
deja-dup
|
||||
synology-drive-client
|
||||
|
||||
# Note taking
|
||||
obsidian
|
||||
|
@ -97,9 +96,6 @@
|
|||
clock24 = true;
|
||||
keyMode = "vi";
|
||||
prefix = "C-a";
|
||||
customPaneNavigationAndResize = true;
|
||||
extraConfig = ''
|
||||
'';
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
|
|
Loading…
Reference in a new issue