diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-04-27 18:39:31 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-04-27 18:39:31 +0530 | 
| commit | 08eefd2ba454945b95ecac264f3a00443b6e2c71 (patch) | |
| tree | c95f8f0498ad05a254c0e89389dc157acb6bcf7e /machines | |
| parent | 234ed2583580521fdea06886a1eb9a134764d436 (diff) | |
update
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/configuration.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 4efcae7..3b954c1 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -31,6 +31,8 @@ in {      "polkit.nix"      "login.nix"      # "plasma.nix" +    # "mate.nix" +    # "xfce.nix"    ]);    boot.loader = { diff --git a/machines/x/home.nix b/machines/x/home.nix index c1e87ca..c3ee263 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -36,6 +36,8 @@      git-lfs      slides + +    vscode    ];    programs = { | 
