updates, changes, fixes

This commit is contained in:
2026-04-19 16:10:59 +01:00
parent 2da23060ae
commit e7adfc03d8
8 changed files with 112 additions and 77 deletions
+29 -1
View File
@@ -4,6 +4,7 @@
"customThemeFile": "", "customThemeFile": "",
"registryThemeVariants": {}, "registryThemeVariants": {},
"matugenScheme": "scheme-vibrant", "matugenScheme": "scheme-vibrant",
"matugenContrast": 0,
"runUserMatugenTemplates": false, "runUserMatugenTemplates": false,
"matugenTargetMonitor": "DP-1", "matugenTargetMonitor": "DP-1",
"popupTransparency": 1, "popupTransparency": 1,
@@ -23,6 +24,7 @@
"mangoLayoutRadiusOverride": -1, "mangoLayoutRadiusOverride": -1,
"mangoLayoutBorderSize": -1, "mangoLayoutBorderSize": -1,
"firstDayOfWeek": -1, "firstDayOfWeek": -1,
"showWeekNumber": false,
"use24HourClock": true, "use24HourClock": true,
"showSeconds": false, "showSeconds": false,
"padHours12Hour": false, "padHours12Hour": false,
@@ -46,6 +48,10 @@
"modalElevationEnabled": true, "modalElevationEnabled": true,
"popoutElevationEnabled": true, "popoutElevationEnabled": true,
"barElevationEnabled": false, "barElevationEnabled": false,
"blurEnabled": false,
"blurBorderColor": "outline",
"blurBorderCustomColor": "#ffffff",
"blurBorderOpacity": 1,
"wallpaperFillMode": "Fill", "wallpaperFillMode": "Fill",
"blurredWallpaperLayer": false, "blurredWallpaperLayer": false,
"blurWallpaperOnOverview": false, "blurWallpaperOnOverview": false,
@@ -128,6 +134,7 @@
"showOccupiedWorkspacesOnly": false, "showOccupiedWorkspacesOnly": false,
"reverseScrolling": false, "reverseScrolling": false,
"dwlShowAllTags": false, "dwlShowAllTags": false,
"workspaceActiveAppHighlightEnabled": false,
"workspaceColorMode": "default", "workspaceColorMode": "default",
"workspaceOccupiedColorMode": "none", "workspaceOccupiedColorMode": "none",
"workspaceUnfocusedColorMode": "default", "workspaceUnfocusedColorMode": "default",
@@ -138,6 +145,7 @@
"workspaceNameIcons": {}, "workspaceNameIcons": {},
"waveProgressEnabled": true, "waveProgressEnabled": true,
"scrollTitleEnabled": true, "scrollTitleEnabled": true,
"mediaAdaptiveWidthEnabled": true,
"audioVisualizerEnabled": true, "audioVisualizerEnabled": true,
"audioScrollMode": "volume", "audioScrollMode": "volume",
"audioWheelScrollAmount": 5, "audioWheelScrollAmount": 5,
@@ -208,6 +216,7 @@
"sortAppsAlphabetically": false, "sortAppsAlphabetically": false,
"appLauncherGridColumns": 4, "appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true, "spotlightCloseNiriOverview": true,
"rememberLastQuery": false,
"spotlightSectionViewModes": {}, "spotlightSectionViewModes": {},
"appDrawerSectionViewModes": {}, "appDrawerSectionViewModes": {},
"niriOverviewOverlayEnabled": true, "niriOverviewOverlayEnabled": true,
@@ -256,6 +265,7 @@
"notepadLastCustomTransparency": 0.7, "notepadLastCustomTransparency": 0.7,
"soundsEnabled": true, "soundsEnabled": true,
"useSystemSoundTheme": false, "useSystemSoundTheme": false,
"soundLogin": false,
"soundNewNotification": true, "soundNewNotification": true,
"soundVolumeChanged": true, "soundVolumeChanged": true,
"soundPluggedIn": true, "soundPluggedIn": true,
@@ -286,6 +296,10 @@
"qtThemingEnabled": false, "qtThemingEnabled": false,
"syncModeWithPortal": true, "syncModeWithPortal": true,
"terminalsAlwaysDark": true, "terminalsAlwaysDark": true,
"muxType": "tmux",
"muxUseCustomCommand": false,
"muxCustomCommand": "",
"muxSessionFilter": "",
"runDmsMatugenTemplates": true, "runDmsMatugenTemplates": true,
"matugenTemplateGtk": true, "matugenTemplateGtk": true,
"matugenTemplateNiri": false, "matugenTemplateNiri": false,
@@ -308,10 +322,23 @@
"matugenTemplateKcolorscheme": true, "matugenTemplateKcolorscheme": true,
"matugenTemplateVscode": false, "matugenTemplateVscode": false,
"matugenTemplateEmacs": false, "matugenTemplateEmacs": false,
"matugenTemplateZed": true,
"matugenTemplateNeovimSettings": {
"dark": {
"baseTheme": "github_dark",
"harmony": 0.5
},
"light": {
"baseTheme": "github_light",
"harmony": 0.5
}
},
"matugenTemplateNeovimSetBackground": true,
"showDock": false, "showDock": false,
"dockAutoHide": false, "dockAutoHide": false,
"dockSmartAutoHide": false, "dockSmartAutoHide": false,
"dockGroupByApp": false, "dockGroupByApp": false,
"dockRestoreSpecialWorkspaceOnClick": false,
"dockOpenOnOverview": false, "dockOpenOnOverview": false,
"dockPosition": 2, "dockPosition": 2,
"dockSpacing": 4, "dockSpacing": 4,
@@ -372,6 +399,7 @@
"notificationHistorySaveNormal": true, "notificationHistorySaveNormal": true,
"notificationHistorySaveCritical": true, "notificationHistorySaveCritical": true,
"notificationRules": [], "notificationRules": [],
"notificationFocusedMonitor": false,
"osdAlwaysShowValue": false, "osdAlwaysShowValue": false,
"osdPosition": 5, "osdPosition": 5,
"osdVolumeEnabled": true, "osdVolumeEnabled": true,
@@ -585,5 +613,5 @@
"clipboardEnterToPaste": false, "clipboardEnterToPaste": false,
"launcherPluginVisibility": {}, "launcherPluginVisibility": {},
"launcherPluginOrder": [], "launcherPluginOrder": [],
"configVersion": 6 "configVersion": 5
} }
+4 -3
View File
@@ -205,9 +205,10 @@ $ws = workspace
$lock = dms ipc call lock lock $lock = dms ipc call lock lock
$screenshot = grimblast --cursor copy output $screenshot = grimblast --cursor copy output
$screenshotarea = hyprctl keyword animation 'fadeOut,0,0,default'; grimblast copy area; hyprctl keyword animation 'fadeOut,1,4,default' $screenshotarea = hyprctl keyword animation 'fadeOut,0,0,default'; grimblast copy area; hyprctl keyword animation 'fadeOut,1,4,default'
$set_ws_layout = $HOME/personal/nixos/configs/hypr/set-ws-layout.sh $set_ws_layout = $HOME/nixos/configs/hypr/set-ws-layout.sh
$colorpick = hyprpicker -a -f hex #$colorpick = hyprpicker -a -f hex
$colorpick = dms ipc call color-picker toggleInstant
$emacs = emacsclient -c -a 'emacs' $emacs = emacsclient -c -a 'emacs'
$discord = discord --enable-blink-features=MiddleClickAutoscroll $discord = discord --enable-blink-features=MiddleClickAutoscroll
@@ -268,7 +269,7 @@ $mainCtrlShift = $mainCtrl SHIFT
binde = $mainMod, left, resizeactive, -10 0 binde = $mainMod, left, resizeactive, -10 0
binde = $mainMod, up, resizeactive, 0 -10 binde = $mainMod, up, resizeactive, 0 -10
binde = $mainMod, down, resizeactive, 0 10 binde = $mainMod, down, resizeactive, 0 10
bind = $mainCtrl, S, exec, $HOME/personal/nixos/configs/hypr/ws-layout-toggle.sh bind = $mainCtrl, S, exec, $HOME/nixos/configs/hypr/ws-layout-toggle.sh
bind = $mainCtrl, Q, exec, $lock bind = $mainCtrl, Q, exec, $lock
bind = $mainMod, F4, exit, bind = $mainMod, F4, exit,
Generated
+53 -53
View File
@@ -20,11 +20,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772292445, "lastModified": 1775558810,
"narHash": "sha256-4F1Q7U313TKUDDovCC96m/Za4wZcJ3yqtu4eSrj8lk8=", "narHash": "sha256-fy95EdPnqQlpbP8+rk0yWKclWShCUS5VKs6P7/1MF2c=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "aquamarine", "repo": "aquamarine",
"rev": "1dbbba659c1cef0b0202ce92cadfe13bae550e8f", "rev": "7371b669b22aa2af980f913fc312a786d2f1abb2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -41,11 +41,11 @@
"quickshell": "quickshell" "quickshell": "quickshell"
}, },
"locked": { "locked": {
"lastModified": 1773060802, "lastModified": 1775925898,
"narHash": "sha256-NH3aKI1AmJsfsL3AZLZFkJccd1cZ/eOp6weB3/ViMfg=", "narHash": "sha256-L4YStOZEbyNyRL7fLVcnaJW+GJRLDKNltbUhCygtNys=",
"owner": "AvengeMedia", "owner": "AvengeMedia",
"repo": "DankMaterialShell", "repo": "DankMaterialShell",
"rev": "86f9cf43765784f2478e6ee3aa36b0dc7af9c1b7", "rev": "f61438e11f5a0e28f7d7bd9b9afafae874a5c3b0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -93,8 +93,8 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772373854, "lastModified": 1776003511,
"narHash": "sha256-4VumE5iTZ6Lsx4r+vNXHJwnbdBDQOMy07ZHsLnS9SoA=", "narHash": "sha256-n8GWqP1Uoe4+BvqhSjBl/7mKTJVLpkrighlJLWruPC4=",
"path": "/home/liamm/nix-pkgs/fred", "path": "/home/liamm/nix-pkgs/fred",
"type": "path" "type": "path"
}, },
@@ -132,11 +132,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772985285, "lastModified": 1775983377,
"narHash": "sha256-wEEmvfqJcl9J0wyMgMrj1TixOgInBW/6tLPhWGoZE3s=", "narHash": "sha256-ZeRjipGQnVtQ/6batI+yVOrL853FZsL0m9A63OaSfgM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5be5d8245cbc7bc0c09fbb5f38f23f223c543f85", "rev": "e0ca734ffc85d25297715e98010b93303fa165c4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -161,11 +161,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753964049, "lastModified": 1772461003,
"narHash": "sha256-lIqabfBY7z/OANxHoPeIrDJrFyYy9jAM4GQLzZ2feCM=", "narHash": "sha256-pVICsV7FtcEeVwg5y/LFh3XFUkVJninm/P1j/JHzEbM=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprcursor", "repo": "hyprcursor",
"rev": "44e91d467bdad8dcf8bbd2ac7cf49972540980a5", "rev": "b62396457b9cfe2ebf24fe05404b09d2a40f8ed7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -190,11 +190,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770511807, "lastModified": 1775496928,
"narHash": "sha256-suKmSbSk34uPOJDTg/GbPrKEJutzK08vj0VoTvAFBCA=", "narHash": "sha256-Ds759WU03mGWtu3I43J+5GF5Ni8TvF+GYQUFD+fVeMo=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprgraphics", "repo": "hyprgraphics",
"rev": "7c75487edd43a71b61adb01cae8326d277aab683", "rev": "cf95d93d17baa18f1d9b016b3afe27f820521a6e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -222,11 +222,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1773082851, "lastModified": 1775916519,
"narHash": "sha256-xeeeJ1gt4SoskgHW67PVX5p7cDlZFSyX5n4eUSPjxT8=", "narHash": "sha256-UVsGbJJ3FVN0UvG0UmayWEmGfkJ1piqkBsaXUS5Trvs=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "e32eeb1d454b029a24ca71f410896bf52839085d", "rev": "dbc07064ef27aa4b3f3fc9310bed60454052f013",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -268,11 +268,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767023960, "lastModified": 1774710575,
"narHash": "sha256-R2HgtVS1G3KSIKAQ77aOZ+Q0HituOmPgXW9nBNkpp3Q=", "narHash": "sha256-p7Rcw13+gA4Z9EI3oGYe3neQ3FqyOOfZCleBTfhJ95Q=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-guiutils", "repo": "hyprland-guiutils",
"rev": "c2e906261142f5dd1ee0bfc44abba23e2754c660", "rev": "0703df899520001209646246bef63358c9881e36",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -293,11 +293,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765214753, "lastModified": 1772460177,
"narHash": "sha256-P9zdGXOzToJJgu5sVjv7oeOGPIIwrd9hAUAP3PsmBBs=", "narHash": "sha256-/6G/MsPvtn7bc4Y32pserBT/Z4SUUdBd4XYJpOEKVR4=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-protocols", "repo": "hyprland-protocols",
"rev": "3f3860b869014c00e8b9e0528c7b4ddc335c21ab", "rev": "1cb6db5fd6bb8aee419f4457402fa18293ace917",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -322,11 +322,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771866172, "lastModified": 1772459629,
"narHash": "sha256-fYFoXhQLrm1rD8vSFKQBOEX4OGCuJdLt1amKfHd5GAw=", "narHash": "sha256-/iwvNUYShmmnwmz/czEUh6+0eF5vCMv0xtDW0STPIuM=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprlang", "repo": "hyprlang",
"rev": "0b219224910e7642eb0ed49f0db5ec3d008e3e41", "rev": "7615ee388de18239a4ab1400946f3d0e498a8186",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -389,11 +389,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772475266, "lastModified": 1774906856,
"narHash": "sha256-VAVogGwodlxKT99r2O77BzcM1prJU8/krweRW9Kes2o=", "narHash": "sha256-8rSfGOLS5R+NMAPZiJBDuatzaCUPgtoFTwFZ5uCjrlk=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprpwcenter", "repo": "hyprpwcenter",
"rev": "987eed29636a4533bcd10fab8eae230bcc68a000", "rev": "57653c442e32434b7cbd3f9aac399f784406bbe7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -441,11 +441,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764592794, "lastModified": 1772462885,
"narHash": "sha256-7CcO+wbTJ1L1NBQHierHzheQGPWwkIQug/w+fhTAVuU=", "narHash": "sha256-5pHXrQK9zasMnIo6yME6EOXmWGFMSnCITcfKshhKJ9I=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprtoolkit", "repo": "hyprtoolkit",
"rev": "5cfe0743f0e608e1462972303778d8a0859ee63e", "rev": "9af245a69fa6b286b88ddfc340afd288e00a6998",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -505,11 +505,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771271487, "lastModified": 1774911391,
"narHash": "sha256-41gEiUS0Pyw3L/ge1l8MXn61cK14VAhgWB/JV8s/oNI=", "narHash": "sha256-c4YVwO33Mmw+FIV8E0u3atJZagHvGTJ9Jai6RtiB8rE=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprutils", "repo": "hyprutils",
"rev": "340a792e3b3d482c4ae5f66d27a9096bdee6d76d", "rev": "e6caa3d4d1427eedbdf556cf4ceb70f2d9c0b56d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -530,11 +530,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770501770, "lastModified": 1772459835,
"narHash": "sha256-NWRM6+YxTRv+bT9yvlhhJ2iLae1B1pNH3mAL5wi2rlQ=", "narHash": "sha256-978jRz/y/9TKmZb/qD4lEYHCQGHpEXGqy+8X2lFZsak=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprwayland-scanner", "repo": "hyprwayland-scanner",
"rev": "0bd8b6cde9ec27d48aad9e5b4deefb3746909d40", "rev": "0a692d4a645165eebd65f109146b8861e3a925e7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -586,11 +586,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771606233, "lastModified": 1775414057,
"narHash": "sha256-F3PLUqQ/TwgR70U+UeOqJnihJZ2EuunzojYC4g5xHr0=", "narHash": "sha256-mDpHnf+MkdOxEqIM1TnckYYh9p1SXR8B3KQfNZ12M8s=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprwire", "repo": "hyprwire",
"rev": "06c7f1f8c4194786c8400653c4efc49dc14c0f3a", "rev": "86012ee01b0fdd8bf3101ef38816f2efbee42490",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -617,11 +617,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1772963539, "lastModified": 1775710090,
"narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9dcb002ca1690658be4a04645215baea8b95f31d", "rev": "4c1018dae018162ec878d42fec712642d214fdfa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -641,11 +641,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772024342, "lastModified": 1775036584,
"narHash": "sha256-+eXlIc4/7dE6EcPs9a2DaSY3fTA9AE526hGqkNID3Wg=", "narHash": "sha256-zW0lyy7ZNNT/x8JhzFHBsP2IPx7ATZIPai4FJj12BgU=",
"owner": "cachix", "owner": "cachix",
"repo": "git-hooks.nix", "repo": "git-hooks.nix",
"rev": "6e34e97ed9788b17796ee43ccdbaf871a5c2b476", "rev": "4e0eb042b67d863b1b34b3f64d52ceb9cd926735",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -734,11 +734,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1761431178, "lastModified": 1773601989,
"narHash": "sha256-xzjC1CV3+wpUQKNF+GnadnkeGUCJX+vgaWIZsnz9tzI=", "narHash": "sha256-2tJf/CQoHApoIudxHeJye+0Ii7scR0Yyi7pNiWk0Hn8=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "4b8801228ff958d028f588f0c2b911dbf32297f9", "rev": "a9b862d1aa000a676d310cc62d249f7ad726233d",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -61,7 +61,7 @@
defaultCfg = rec { defaultCfg = rec {
username = "liamm"; username = "liamm";
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";
runtimeRoot = "${homeDirectory}/personal/nixos"; runtimeRoot = "${homeDirectory}/nixos";
context = self; context = self;
}; };
in in
+1 -1
View File
@@ -32,7 +32,7 @@
EDITOR = "emacsclient"; EDITOR = "emacsclient";
GIT_EDITOR = "nvim"; GIT_EDITOR = "nvim";
NIX_SHELL_PRESERVE_PROMPT = 1; NIX_SHELL_PRESERVE_PROMPT = 1;
NIX_CONFIG_DIR = "${cfg.homeDirectory}/personal/nixos"; NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";
}; };
nix.settings.extra-trusted-substituters = [ nix.settings.extra-trusted-substituters = [
+1 -1
View File
@@ -32,7 +32,7 @@
EDITOR = "emacsclient"; EDITOR = "emacsclient";
GIT_EDITOR = "nvim"; GIT_EDITOR = "nvim";
NIX_SHELL_PRESERVE_PROMPT = 1; NIX_SHELL_PRESERVE_PROMPT = 1;
NIX_CONFIG_DIR = "${cfg.homeDirectory}/personal/nixos"; NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";
}; };
nix.settings.extra-trusted-substituters = [ nix.settings.extra-trusted-substituters = [
+22 -13
View File
@@ -57,14 +57,20 @@
# }; # };
# }; # };
greetd = { # greetd = {
# enable = true;
# restart = true;
# # settings = {
# # default_session = {
# # command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland";
# # };
# # };
# };
displayManager.dms-greeter = {
enable = true; enable = true;
restart = true; compositor.name = "hyprland";
# settings = { configHome = "${cfg.homeDirectory}";
# default_session = { package = inputs.dms.packages.${pkgs.stdenv.hostPlatform.system}.default;
# command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland";
# };
# };
}; };
libinput.enable = true; libinput.enable = true;
@@ -124,7 +130,10 @@
users.users.liamm = { users.users.liamm = {
isNormalUser = true; isNormalUser = true;
description = "liamm"; description = "liamm";
extraGroups = [ "networkmanager" "wheel" "disk" "power" "video" "davfs2" "input" ]; extraGroups = [
"networkmanager" "wheel" "disk" "power"
"video" "davfs2" "input" "greeter"
];
}; };
programs = { programs = {
@@ -143,11 +152,11 @@
plugins = [ ]; plugins = [ ];
}; };
dank-material-shell.greeter = { # dank-material-shell.greeter = {
enable = true; # enable = true;
compositor.name = "hyprland"; # compositor.name = "hyprland";
configHome = "${cfg.homeDirectory}/.config"; # configHome = "${cfg.homeDirectory}";
}; # };
# river-classic = { # river-classic = {
# enable = true; # enable = true;
# xwayland.enable = true; # xwayland.enable = true;
+1 -4
View File
@@ -82,15 +82,11 @@
ll = "ls -l"; ll = "ls -l";
la = "ls -lA"; la = "ls -lA";
fastfetch = "fastfetch -c $HOME/.config/fastfetch/config.json"; fastfetch = "fastfetch -c $HOME/.config/fastfetch/config.json";
nixrebuild = "nixos-rebuild build --flake ~/personal/nixos#darp8 && sudo nixos-rebuild switch --flake ~/personal/nixos#darp8";
nixbuild = "sudo nixos-rebuild switch --flake";
nixtest = "sudo nixos-rebuild test --flake";
new = "source $HOME/.bashrc"; new = "source $HOME/.bashrc";
newbar = "pkill waybar; waybar &disown"; newbar = "pkill waybar; waybar &disown";
ping = "ping -c 5"; ping = "ping -c 5";
vi = "\\vim"; vi = "\\vim";
vim = "nvim"; vim = "nvim";
work = "nix develop --impure";
".." = "cd .."; ".." = "cd ..";
}; };
}; };
@@ -101,6 +97,7 @@
git = { git = {
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;
signing.format = "openpgp";
settings = { settings = {
user.email = "maloneliam@proton.me"; user.email = "maloneliam@proton.me";
user.name = "Liam Malone"; user.name = "Liam Malone";