From 41bc57bfac0858088419d12d29d9c1ce8e779580 Mon Sep 17 00:00:00 2001 From: arielherself Date: Tue, 6 Aug 2024 14:48:53 +0800 Subject: [PATCH] backup --- home-manager/home.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 8aec851..c9139b7 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -15,6 +15,8 @@ in { targets.genericLinux.enable = true; xdg.mime.enable = true; + # Home Manager is pretty good at managing dotfiles. The primary way to manage + # plain files is through 'home.file'. home.file = { ".profile" = { source = ../.profile; @@ -213,19 +215,7 @@ in { # '') ]; - # Home Manager is pretty good at managing dotfiles. The primary way to manage - # plain files is through 'home.file'. home.file = { - # # Building this configuration will create a copy of 'dotfiles/screenrc' in - # # the Nix store. Activating the configuration will then make '~/.screenrc' a - # # symlink to the Nix store copy. - # ".screenrc".source = dotfiles/screenrc; - - # # You can also set the file content immediately. - # ".gradle/gradle.properties".text = '' - # org.gradle.console=verbose - # org.gradle.daemon.idletimeout=3600000 - # ''; }; # Home Manager can also manage your environment variables through