mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 06:20:27 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			0113129093
			...
			d3a1c9260a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d3a1c9260a | |||
| a5199290d4 | 
@ -174,6 +174,17 @@ in
 | 
			
		||||
 | 
			
		||||
      fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
      if [ ''$1 = "windows" ]; then
 | 
			
		||||
        if [ ''$2 = "prepare" ] && [ ''$3 = "begin" ]; then
 | 
			
		||||
          systemctl stop windows-share-mount.service
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
        if [ ''$2 = "release" ] && [ ''$3 = "end" ]; then
 | 
			
		||||
          systemctl start windows-share-mount.service
 | 
			
		||||
        fi
 | 
			
		||||
      fi
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
    '';
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
@ -40,6 +40,7 @@ with materusArg.pkgs.lib;
 | 
			
		||||
    keepassxc
 | 
			
		||||
    (aspellWithDicts (ds: with ds; [ en en-computers en-science pl ]))
 | 
			
		||||
    onlyoffice-bin
 | 
			
		||||
    qalculate-qt
 | 
			
		||||
  ]);
 | 
			
		||||
 | 
			
		||||
  options.materus.profile.packages.list.terminalApps = mkPrivateVar (with pkgs; [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user