mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-09 00:23:48 +01:00
vivaldi
This commit is contained in:
1
home.nix
1
home.nix
@@ -83,6 +83,7 @@ in
|
||||
unzip
|
||||
xf86_input_wacom
|
||||
libwacom
|
||||
vivaldi
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
|
||||
@@ -41,7 +41,7 @@ main =
|
||||
|
||||
myConfig =
|
||||
let terminal = "kitty tmux attach-session"
|
||||
browser = "librewolf"
|
||||
browser = "vivaldi"
|
||||
modm = mod4Mask -- super/meta
|
||||
in def
|
||||
{ modMask = modm,
|
||||
@@ -52,7 +52,6 @@ myConfig =
|
||||
}
|
||||
`additionalKeysP` [ ("M-b", spawn browser),
|
||||
("M-c", spawn "chromium"),
|
||||
("M-e", spawn "dolphin"),
|
||||
-- , ("M-t", spawn terminal)
|
||||
-- , ("M-S-Enter", spawn terminal)
|
||||
-- , ("<Print>", spawn "scrot ~/Pictures/Screenshots/%b-%d::%H-%M-%S.png")
|
||||
|
||||
Reference in New Issue
Block a user