mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Home manager global settings, user settings for caperren, and dotfiles for kanshi and wlogout
This commit is contained in:
5
modules/system/home-manager-settings.nix
Normal file
5
modules/system/home-manager-settings.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.backupFileExtension = "bkp";
|
||||
}
|
||||
Reference in New Issue
Block a user