Nettoyage des fichiers de configuration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, import-tree, ... }:
|
||||
{ import-tree, ... }:
|
||||
{
|
||||
home-manager.users.alistreaza = {
|
||||
imports = [
|
||||
@@ -31,10 +31,6 @@
|
||||
home.firefox.enable = true;
|
||||
home.firefox.privacy = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zed-editor
|
||||
];
|
||||
|
||||
# The state version is required and should stay at the version you
|
||||
# originally installed.
|
||||
home.stateVersion = "26.05";
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
os.virtualisation.podman.enable = true;
|
||||
|
||||
# Shells configurations
|
||||
os.shells.pantheon.enable = true;
|
||||
os.shells.gnome.enable = true;
|
||||
|
||||
# Terminal
|
||||
programs.ssh.enableAskPassword = false; # No-window git push fix
|
||||
|
||||
Reference in New Issue
Block a user