Compare commits
2 Commits
f3c052d597
...
71d84d7ed6
Author | SHA1 | Date | |
---|---|---|---|
|
71d84d7ed6 | ||
|
2cfc81ac83 |
@ -1,10 +1,10 @@
|
||||
{ config, pkgs, lib, home, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nixfmt
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.jdk
|
||||
vscode
|
||||
];
|
||||
|
||||
|
10
users.nix
10
users.nix
@ -6,13 +6,17 @@
|
||||
users.users.giulio = {
|
||||
description = "Giulio De Pasquale";
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enableBashCompletion = true;
|
||||
enableCompletion = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
|
||||
home-manager.users.root = {
|
||||
imports = [ ./home/zsh.nix ./home/code.nix ];
|
||||
};
|
||||
|
||||
home-manager.users.giulio = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user